Welcome![Sign In][Sign Up]
Location:
Search - c queue

Search list

[SMSc#_Sms

Description: 在。NET中利用VB6.0的控件来现实对串口的操作来完成短信发送的功能,并且利用数据库来记录的待发短信,避免硬件无法及时响应的问题来排队民送-在. NET controls to use VB6.0 to the reality of serial operation to complete the functions of SMS, and the use of a database to record the outgoing message and avoid the hardware can not be a timely response to the question of sending people to queue up
Platform: | Size: 62464 | Author: zbjg | Hits:

[Data structs数据结构算法集---C++语言实现

Description: 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
Platform: | Size: 7168 | Author: 新康 | Hits:

[CommunicationQueueTest

Description: VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Platform: | Size: 33792 | Author: zj | Hits:

[Data structsQueue-c++

Description: 数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型-data structure used data structure- queue, the queue contains commonly used operation and class category, the basic structure types
Platform: | Size: 212992 | Author: 陈钊 | Hits:

[Other用C++描述的各种数据结构算法

Description: 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
Platform: | Size: 68608 | Author: 往往 | Hits:

[SCMr_buf

Description: 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
Platform: | Size: 2048 | Author: 谢经波 | Hits:

[VC/MFCC语言描述-数据结构算法及应用

Description: 本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。 -the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm expertise with. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and Figure basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design method data structures and algorithms for continuous learning and research have laid a solid foundation. Even more valuable is that the book not only of theoretical knowledge, also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasonable structure, a new data structure and algorithm
Platform: | Size: 11776000 | Author: 猫扑 | Hits:

[Linux-Unixqueue-1.40.1.tar

Description: Linux的MessageQueue的实现-Linux MessageQueue Implementation
Platform: | Size: 747520 | Author: 张先生 | Hits:

[OtherClassicalDataStructures

Description: 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and valuable reference.
Platform: | Size: 39936 | Author: 许友来 | Hits:

[OtherC语言模拟飞机场

Description: 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
Platform: | Size: 15360 | Author: 赖晖 | Hits:

[Data structsdata_struct(C)

Description: C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
Platform: | Size: 14336 | Author: david | Hits:

[Other systemsjob-queue

Description: C++语言\面向对象编程(银行排队系统的程序)-C \ object-oriented programming (banks queuing system procedures)
Platform: | Size: 1024 | Author: | Hits:

[Otherlist-stack-queue

Description: 这是一个C++关于链表\栈\队列封装的一个类~-This is a linked list of C \ Stack \ of a cohort Packaging category ~
Platform: | Size: 271360 | Author: 郭克新 | Hits:

[JSP/Javadesmoj.core_2.1.1

Description: 排队系统 可实现M/M/C队列 马克洛夫过程模拟等功能-queuing system can be realized M/M/C queue Makeluofu process simulation, and other functions. .
Platform: | Size: 282624 | Author: feiteng | Hits:

[Data structschsword-Queue

Description: 自写的C语言队列的代码,include后可以直接使用-since written in C language code cohort, include direct access after
Platform: | Size: 1024 | Author: 邹健 | Hits:

[Windows DevelopQueue

Description: 实现队列在两种存储结构中的基本操作:队列的初始化、判队列空、入队列、出队列-Realize queue storage structure in two basic steps: initialization of the queue, queue-contracting air, into the queue, a queue
Platform: | Size: 144384 | Author: 班沙克 | Hits:

[Othervc(QUEUE)

Description: 封装完善的C++队列类,可用在串口通讯、网络通讯上-Complete package C++ queue class, can be used in serial communications, network communications, etc.
Platform: | Size: 1024 | Author: heyong | Hits:

[Otherc-QUEUE

Description: c QUEUE PROGRAMS. EVERYTHING ABOUT Q-c QUEUE PROGRAMS. EVERYTHING ABOUT QUEUE
Platform: | Size: 4096 | Author: Asharaf khan | Hits:

[ADO-ODBCc-QUEUE

Description: c QUEUE PROGRAMS. EVERYTHING ABOUT Q-c QUEUE PROGRAMS. EVERYTHING ABOUT QUEUE
Platform: | Size: 4096 | Author: cang07135 | Hits:

[CSharpc-queue

Description: C queue program attached
Platform: | Size: 8192 | Author: hare | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net